Embedded Wallet
Connecting External Wallets
The content provides detailed instructions on how to connect external wallets with an embedded wallet using a web interface.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The content provides detailed instructions on how to connect external wallets with an embedded wallet using a web interface.
Application.OpenURL("https://your-web-app.io/");
EOAWalletLinker linker = new EOAWalletLinker(wallet, Chain.Polygon);
LinkedWalletData[] wallets = await linker.GetLinkedWallets();
EOAWalletLinker linker = new EOAWalletLinker(wallet, Chain.Polygon);
bool result = await linker.UnlinkWallet("0xabc...");
Was this page helpful?